STEP 18: Now that we've stored our dragon count, we should store how much time has passed.

  • In LOGIC, go to and drag in Append inside your first if statement.
  • Change the variable in front of .append() from my_list to timer_list.
  • Change the variable inside of .append() from my_var to timer.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)